home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dcpp / save / DMakefile.cumo < prev    next >
Text File  |  1993-01-17  |  114b  |  13 lines

  1.  
  2. #   Compile the preprocessor
  3. #
  4.  
  5. all:    dice
  6.  
  7. lattice:
  8.     dmake -f dmakefile.lc
  9.  
  10. dice:
  11.     dmake -f dmakefile.dcc
  12.  
  13.